home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / MacINI 1.30 / MacINI.h < prev   
Encoding:
C/C++ Source or Header  |  1995-10-31  |  2.0 KB  |  36 lines  |  [TEXT/MPS ]

  1. /******************************************************************************/
  2. /*                               MACINI PROJECT                               */
  3. /*                           "MACINI.H" HEADER FILE                           */
  4. /*                                                                            */
  5. /*                                 WRITTEN BY                                 */
  6. /*                            JAMES KEITH TOOTHMAN                            */
  7. /*                                     OF                                     */
  8. /*                           ESSENTIAL TECHNOLOGIES                           */
  9. /*                               54 VALLEY ROAD                               */
  10. /*                            GLEN ROCK, NJ  07452                            */
  11. /*                                                                            */
  12. /*                                VERSION 1.30                                */
  13. /*                           LAST MODIFICATION DATE                           */
  14. /*                                  10/31/95                                  */
  15. /******************************************************************************/
  16.  
  17.  
  18. /******************************************************************************/
  19. /* PUBLIC FUNCTION DECLARATIONS                                               */
  20. /******************************************************************************/
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. long GetPreferenceInt(Str255 section, Str255 key, long theDefault, FSSpec *theFile);
  26. long GetPreferenceString(Str255 section, Str255 key, Str255 theDefault, unsigned char *buffer, long maxLength, FSSpec *theFile);
  27. long WritePreferenceString(Str255 section, Str255 key, Str255 theSetting, FSSpec *theFile);
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.  
  33.  
  34. /******************************************************************************/
  35. /* END "MACINI.H" HEADER FILE                                                 */
  36. /******************************************************************************/